> -----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 > > From: Stephen Hemminger <shemming at brocade.com> > > 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 <stephen at networkplumber.org>
Acked-by: Changchun Ouyang<changchun.ouyang at intel.com>