Hi,
> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shahaf Shuler > Sent: Wednesday, January 10, 2018 5:09 PM > To: Wu, Jingjing <jingjing...@intel.com>; tho...@monjalon.net; Yigit, > Ferruh <ferruh.yi...@intel.com> > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 10/11] app/testpmd: adjust on the flight VLAN > configuration > > On ethdev there is an API to configure VLAN offloads after the port was > started and without reconfiguration of the port or queues. > > In the current design of the application, when the Rx offloads are changed > (through "port config all" CLI command) the port configuration is overwritten, > therefore the configuration made for the VLAN is lost. > > This patch is to address the issue by a configuration of each port Rx offloads > separately instead of using the global Rx config. Such adjustment is required > due to the conversion of the application to the new offloads API. > > Signed-off-by: Shahaf Shuler <shah...@mellanox.com> Acked-by: Wenzhuo Lu <wenzhuo...@intel.com>