Re: [dpdk-dev] [PATCH v4 3/5] drivers/net/i40e: add Port Representor functionality

2018-01-10 Thread Mohammad Abdul Awal
On 10/01/2018 12:37, Xing, Beilei wrote: -Original Message- From: Awal, Mohammad Abdul On 10/01/2018 07:56, Xing, Beilei wrote: <...> +static const struct ether_addr null_mac_addr; + +int +rte_pmd_i40e_remove_vf_mac_addr(uint8_t port, uint16_t vf_id, + struct ether_addr *mac_a

Re: [dpdk-dev] [PATCH v4 3/5] drivers/net/i40e: add Port Representor functionality

2018-01-10 Thread Xing, Beilei
> -Original Message- > From: Awal, Mohammad Abdul > Sent: Wednesday, January 10, 2018 6:11 PM > To: Xing, Beilei ; Horton, Remy > ; dev@dpdk.org > Cc: Mcnamara, John ; Lu, Wenzhuo > ; Wu, Jingjing ; Doherty, > Declan > Subject: Re: [dpdk-dev] [PATCH v4 3/5]

Re: [dpdk-dev] [PATCH v4 3/5] drivers/net/i40e: add Port Representor functionality

2018-01-10 Thread Mohammad Abdul Awal
On 10/01/2018 07:56, Xing, Beilei wrote: -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Remy Horton + dev_info->rx_offload_capa = + DEV_RX_OFFLOAD_VLAN_STRIP | + DEV_RX_OFFLOAD_QINQ_STRIP | + DEV_RX_OFFLOAD_IPV4_

Re: [dpdk-dev] [PATCH v4 3/5] drivers/net/i40e: add Port Representor functionality

2018-01-09 Thread Xing, Beilei
t: [dpdk-dev] [PATCH v4 3/5] drivers/net/i40e: add Port Representor > functionality > > Port Representors provide a logical presentation in DPDK of VF (virtual > function) ports for the purposes of control and monitoring. Each port > representor device represents a single VF and is assoc

Re: [dpdk-dev] [PATCH v4 3/5] drivers/net/i40e: add Port Representor functionality

2018-01-09 Thread Ferruh Yigit
On 1/8/2018 2:37 PM, Remy Horton wrote: > Port Representors provide a logical presentation in DPDK of VF (virtual > function) ports for the purposes of control and monitoring. Each port > representor device represents a single VF and is associated with it's > parent physical function (PF) PMD which

[dpdk-dev] [PATCH v4 3/5] drivers/net/i40e: add Port Representor functionality

2018-01-08 Thread Remy Horton
Port Representors provide a logical presentation in DPDK of VF (virtual function) ports for the purposes of control and monitoring. Each port representor device represents a single VF and is associated with it's parent physical function (PF) PMD which provides the back-end hooks for the representor