[dpdk-dev] [PATCH 2/3] vmxnet3: don't clear vf_table on restart

2015-12-09 Thread Yong Wang
On 12/3/15, 5:05 PM, "Stephen Hemminger" wrote: >From: "Charles (Chas) Williams" > >From: Charles (Chas) Williams > >During an MTU change, the adapter is restarted. If hardware VLAN offload >is in use, this existing filter table would also be cleared. Instead, >setup the shadow table once dur

[dpdk-dev] [PATCH 2/3] vmxnet3: don't clear vf_table on restart

2015-12-03 Thread Stephen Hemminger
From: "Charles (Chas) Williams" From: Charles (Chas) Williams During an MTU change, the adapter is restarted. If hardware VLAN offload is in use, this existing filter table would also be cleared. Instead, setup the shadow table once during device initialization and just update during restart.