[dpdk-dev] [PATCH 3/5] virtio: don't set mac table unless negotiated

2015-06-12 Thread Ouyang, Changchun
> -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Thursday, June 11, 2015 11:53 PM > To: Ouyang, Changchun > Cc: dev at dpdk.org; Stephen Hemminger; Stephen Hemminger > Subject: [PATCH 3/5] virtio: don't set mac table unless negotiated > >

[dpdk-dev] [PATCH 3/5] virtio: don't set mac table unless negotiated

2015-06-11 Thread Stephen Hemminger
From: Stephen Hemminger Don't attempt to set the MAC address table unless the host allows it in feature negotiation. Also, don't return a value from mac_table_set since all callers ignore the return value. Signed-off-by: Stephen Hemminger ---

[dpdk-dev] [PATCH 3/5] virtio: don't set mac table unless negotiated

2015-04-16 Thread Ouyang, Changchun
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Wednesday, April 15, 2015 11:20 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 3/5] virtio: don't set mac table unless negotiated > > Don't attemp

[dpdk-dev] [PATCH 3/5] virtio: don't set mac table unless negotiated

2015-04-15 Thread Stephen Hemminger
Don't attempt to set the MAC address table unless the host allows it. Also, don't return a value from mac_table_set since all callers ignore the return value. Signed-off-by: Stephen Hemminger --- lib/librte_pmd_virtio/virtio_ethdev.c | 9 ++--- 1 file changed, 6 insertions(+), 3