Re: [PATCH v2 7/8] net/ring: add promisc and all-MC stubs

2022-02-11 Thread Ferruh Yigit
On 2/4/2022 2:49 PM, Bruce Richardson wrote: On Fri, Feb 04, 2022 at 02:36:47PM +, Ferruh Yigit wrote: On 12/21/2021 7:57 PM, Robert Sanford wrote: Add promiscuous_enable, promiscuous_disable, allmulticast_enable, and allmulticast_disable API stubs. This helps clean up errors in dpdk-test l

Re: [PATCH v2 7/8] net/ring: add promisc and all-MC stubs

2022-02-04 Thread Bruce Richardson
On Fri, Feb 04, 2022 at 02:36:47PM +, Ferruh Yigit wrote: > On 12/21/2021 7:57 PM, Robert Sanford wrote: > > Add promiscuous_enable, promiscuous_disable, allmulticast_enable, > > and allmulticast_disable API stubs. > > This helps clean up errors in dpdk-test link_bonding_mode4_autotest. > > >

Re: [PATCH v2 7/8] net/ring: add promisc and all-MC stubs

2022-02-04 Thread Ferruh Yigit
On 12/21/2021 7:57 PM, Robert Sanford wrote: Add promiscuous_enable, promiscuous_disable, allmulticast_enable, and allmulticast_disable API stubs. This helps clean up errors in dpdk-test link_bonding_mode4_autotest. Signed-off-by: Robert Sanford --- drivers/net/ring/rte_eth_ring.c | 28 ++

[PATCH v2 7/8] net/ring: add promisc and all-MC stubs

2021-12-21 Thread Robert Sanford
Add promiscuous_enable, promiscuous_disable, allmulticast_enable, and allmulticast_disable API stubs. This helps clean up errors in dpdk-test link_bonding_mode4_autotest. Signed-off-by: Robert Sanford --- drivers/net/ring/rte_eth_ring.c | 28 1 file changed, 28 inser