DPDK patches and discussions
 help / color / mirror / Atom feed
From: Chenghu Yao <yao.chenghu@zte.com.cn>
To: wenzhuo.lu@intel.com, helin.zhang@intel.com
Cc: dev@dpdk.org, Chenghu Yao <yao.chenghu@zte.com.cn>
Subject: [dpdk-dev] [PATCH] net/ixgbe/base: clear redundant macro define
Date: Tue, 20 Dec 2016 16:27:39 +0800	[thread overview]
Message-ID: <1482222459-18139-1-git-send-email-yao.chenghu@zte.com.cn> (raw)

In head file "ixgbe_mbx.h", macro define IXGBE_VF_API_NEGOTIATE and
IXGBE_VF_GET_QUEUES appears two times with the same name,value,
and notes.

Version 2.0 VF requests can inherit the two macro defines
in previous version 1.0 and 1.1. Otherwise, may be cause confusion.

Signed-off-by: Chenghu Yao <yao.chenghu@zte.com.cn>
---
 drivers/net/ixgbe/base/ixgbe_mbx.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/ixgbe/base/ixgbe_mbx.h b/drivers/net/ixgbe/base/ixgbe_mbx.h
index 7556a81..483e9b3 100644
--- a/drivers/net/ixgbe/base/ixgbe_mbx.h
+++ b/drivers/net/ixgbe/base/ixgbe_mbx.h
@@ -128,8 +128,6 @@ enum ixgbe_pfvf_api_rev {
 #define IXGBE_PF_CONTROL_MSG		0x0100 /* PF control message */
 
 /* mailbox API, version 2.0 VF requests */
-#define IXGBE_VF_API_NEGOTIATE		0x08 /* negotiate API version */
-#define IXGBE_VF_GET_QUEUES		0x09 /* get queue configuration */
 #define IXGBE_VF_ENABLE_MACADDR		0x0A /* enable MAC address */
 #define IXGBE_VF_DISABLE_MACADDR	0x0B /* disable MAC address */
 #define IXGBE_VF_GET_MACADDRS		0x0C /* get all configured MAC addrs */
-- 
1.8.3.1

                 reply	other threads:[~2016-12-20  8:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1482222459-18139-1-git-send-email-yao.chenghu@zte.com.cn \
    --to=yao.chenghu@zte.com.cn \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@intel.com \
    --cc=wenzhuo.lu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).