Re: [dpdk-dev] [PATCH dpdk-dev] net/mlx5: support hairpin between different ports

2020-01-16 Thread Ori Kam
Sorry for the late response, Thank you very much for this patch. We are planning to add such support, but this patch is not the best way. I will keep you updated about the progress, and will be very to hear your inputs. Best, Ori > -Original Message- > From: xiangxia.m@gmail.com

[dpdk-dev] [PATCH dpdk-dev] net/mlx5: support hairpin between different ports

2019-12-01 Thread xiangxia . m . yue
From: Tonghao Zhang In the dpdk upstream, each hairpin Rxq can be connected Txq which can belong to a same port. This patch allows Rxq connected to different port Txq. rte_eth_hairpin_conf_check will check the hairpin_conf valid in high level. Signed-off-by: Tonghao Zhang --- drivers/net/mlx5