Hi,

> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Shahaf Shuler
> Sent: Wednesday, January 10, 2018 5:09 PM
> To: Wu, Jingjing <[email protected]>; [email protected]; Yigit,
> Ferruh <[email protected]>
> Cc: [email protected]
> 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 <[email protected]>
Acked-by: Wenzhuo Lu <[email protected]>

Reply via email to