Re: [dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV case

2020-04-06 Thread Dey, Souvik
: Dey, Souvik Cc: Rasesh Mody ; Shahed Shaikh ; Jerin Jacob Kollanukkaran ; ferruh.yi...@intel.com; tho...@monjalon.net; dev@dpdk.org; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV case NOTICE: This email was received

Re: [dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV case

2020-04-05 Thread Jerin Jacob
aikh ; Jerin > Jacob Kollanukkaran ; ferruh.yi...@intel.com; > tho...@monjalon.net > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV > case 1) Please change vlan to VLAN 2) Fix the following checkpatch issue. Probably move t

Re: [dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV case

2020-03-05 Thread Dey, Souvik
@dpdk.org; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV case NOTICE: This email was received from an EXTERNAL sender >From: dev mailto:dev-boun...@dpdk.org>> On Behalf Of >

Re: [dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV case

2020-03-03 Thread Rasesh Mody
>From: dev On Behalf Of Dey, Souvik >Sent: Monday, March 02, 2020 5:29 PM > >In case of bnx2xvf pmd, tx packets can support vland id in 2 ways : >1. setting the mbuf ol_flags=PKT_TX_VLAN_PKT and passing the vlanid in >mbuf->vlan_tci. >2. the tx packet itself has the vlan id included in the packet.

[dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV case

2020-03-02 Thread Dey, Souvik
In case of bnx2xvf pmd, tx packets can support vland id in 2 ways : 1. setting the mbuf ol_flags=PKT_TX_VLAN_PKT and passing the vlanid in mbuf->vlan_tci. 2. the tx packet itself has the vlan id included in the packet. The first case is working as expected but the second case where the vlan id is i

[dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV case

2020-02-28 Thread Dey, Souvik
In case of bnx2xvf pmd, tx packets can support vland id in 2 ways : 1. setting the mbuf ol_flags=PKT_TX_VLAN_PKT and passing the vlanid in mbuf->vlan_tci. 2. the tx packet itself has the vlan id included in the packet. The first case is working as expected but the second case where the vlan id is i