DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] *** Intel iavf: Return in the case of ADD/DEL ETH address ***
@ 2023-01-13 13:19 Vipin P R
  2023-01-13 13:19 ` [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address Vipin P R
  0 siblings, 1 reply; 6+ messages in thread
From: Vipin P R @ 2023-01-13 13:19 UTC (permalink / raw)
  To: jingjing.wu, beilei.xing; +Cc: dev, Vipin P R

*** 
    Intel iavf: Return in the case of ADD/DEL ETH address

    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_cmd() thus hitting the default case.
    There is a retry logic of upto 200 times (2000 in iavf) with a delay of 10ms (1ms in iavf).
    This results in a needless delay of 2s in the init phase for each VNIC.

    The patch aims to rectify that delay.
    In fe2a571c70cc397f2ad4e280f8d084148fea5d62, i40e_ethdev_vf.c was deleted. Hence adding this in iavf_vchnl.c.
***

Vipin P R (1):
  Intel iavf: Return in the case of ADD/DEL ETH address

 drivers/net/iavf/iavf_vchnl.c | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-13  1:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 13:19 [PATCH] *** Intel iavf: Return in the case of ADD/DEL ETH address *** Vipin P R
2023-01-13 13:19 ` [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address Vipin P R
2023-01-16 17:55   ` Stephen Hemminger
2023-01-17  1:54   ` Zhang, Qi Z
2023-02-07 10:42     ` Vipin P R
2023-02-13  1:31       ` Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).