ethdev: remove deprecated maximum Rx MAC addresses define
Remove deprecated ``ETH_NUM_RECEIVE_MAC_ADDR`` define. Use corresponding define with ``RTE_`` prefix instead. Signed-off-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: David Marchand <david.marchand@redhat.com> Acked-by: Ferruh Yigit <ferruh.yigit@xilinx.com>
This commit is contained in:
parent
ab8701199e
commit
16acf7b1fc
@ -132,6 +132,9 @@ API Changes
|
||||
* Removed deprecated ``ETH_VLAN_*`` and ``ETH_QINQ_`` defines.
|
||||
Use corresponding defines with ``RTE_`` prefix instead.
|
||||
|
||||
* Removed deprecated ``ETH_NUM_RECEIVE_MAC_ADDR`` define.
|
||||
Use corresponding define with ``RTE_`` prefix instead.
|
||||
|
||||
* raw/ifgpa: The function ``rte_pmd_ifpga_get_pci_bus`` has been removed.
|
||||
|
||||
|
||||
|
@ -825,7 +825,6 @@ rte_eth_rss_hf_refine(uint64_t rss_hf)
|
||||
|
||||
/* Definitions used for receive MAC address */
|
||||
#define RTE_ETH_NUM_RECEIVE_MAC_ADDR 128 /**< Maximum nb. of receive mac addr. */
|
||||
#define ETH_NUM_RECEIVE_MAC_ADDR RTE_DEPRECATED(ETH_NUM_RECEIVE_MAC_ADDR) RTE_ETH_NUM_RECEIVE_MAC_ADDR
|
||||
|
||||
/* Definitions used for unicast hash */
|
||||
#define RTE_ETH_VMDQ_NUM_UC_HASH_ARRAY 128 /**< Maximum nb. of UC hash array. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user