RE: [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address

2023-02-12 Thread Zhang, Qi Z
c: mailto:dev@dpdk.org <mailto:dev@dpdk.org>; mailto:sta...@dpdk.org <mailto:sta...@dpdk.org> Subject: RE: [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address   !! External Email > -Original Message- > From: Vipin P R <mailto:vip...@vmware.com> &

Re: [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address

2023-02-08 Thread Vipin P R
From: Zhang, Qi Z Sent: 17 January 2023 07:24 To: Vipin P R ; Wu, Jingjing ; Xing, Beilei Cc: dev@dpdk.org ; sta...@dpdk.org Subject: RE: [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address !! External Email > -Original Message- >

RE: [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address

2023-01-16 Thread Zhang, Qi Z
> -Original Message- > From: Vipin P R > Sent: Friday, January 13, 2023 9:19 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Vipin P R ; sta...@dpdk.org > Subject: [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address > > In case of i40vf, VIRTCHNL_OP_DEL_ETH_ADDR and

Re: [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address

2023-01-16 Thread Stephen Hemminger
On Fri, 13 Jan 2023 13:19:23 + Vipin P R wrote: > In case of i40vf, VIRTCHNL_OP_DEL_ETH_ADDR and VIRTCHNL_OP_ADD_ETH_ADDR are > unsupported. > i40evf_execute_vf_cmd is invoked with these operations as part of > i40evf_set_mc_addr_list() > > The cases are not handled in i40evf_execute_vf_cm