Hi,
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Monday, December 30, 2019 8:54 PM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Yang, Qiming ; Di, ChenxuX
>
> Subject: RE: [dpdk-dev] [PATCH v6 3/4] net/ixgbe: cleanup Tx buffers
>
> Hi,
>
> >
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Monday, January 6, 2020 7:36 AM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Yang, Qiming
> Subject: RE: [dpdk-dev] [PATCH v6 3/4] net/ixgbe: cleanup Tx buffers
>
>
> > > > Add sup
Hi
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Monday, January 6, 2020 9:26 PM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Yang, Qiming
> Subject: RE: [dpdk-dev] [PATCH v6 3/4] net/ixgbe: cleanup Tx buffers
>
>
>
> > > > > > + * t
4.
/* Update the txq to reflect the last descriptor that was cleaned */
txq->last_desc_cleaned = desc_to_clean_to;
txq->nb_tx_free = (uint16_t)(txq->nb_tx_free + nb_tx_to_clean);
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Tuesday, Janu
hi, Konstantin
thanks for your opinion, I have fixed almost in new version patch except one.
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Thursday, January 9, 2020 10:02 PM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Yang, Qiming ; Di, ChenxuX
>
> Subject:
> -Original Message-
> From: Yigit, Ferruh
> Sent: Wednesday, January 15, 2020 10:34 PM
> To: Di, ChenxuX ; Ye, Xiaolong
> Cc: dev@dpdk.org; Yang, Qiming
> Subject: Re: [dpdk-dev] [PATCH v9 2/4] net/ice: cleanup Tx buffers
>
> On 1/14/2020 12:40 PM, Ferruh
Hi,
> -Original Message-
> From: Yang, Qiming
> Sent: Tuesday, June 30, 2020 6:27 PM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Xing, Beilei
> Subject: RE: [PATCH v2 4/5] net/i40e: enable flow query RSS
>
>
>
> > -Original Message-
> > From:
more
space before.
> -Original Message-----
> From: Yang, Qiming
> Sent: Tuesday, June 30, 2020 6:41 PM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Xing, Beilei
> Subject: RE: [PATCH v2 5/5] app/testpmd: support query RSS config in flow
> query
>
>
>
> > --
> -Original Message-
> From: Yang, Qiming
> Sent: Tuesday, June 30, 2020 6:25 PM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Xing, Beilei
> Subject: RE: [PATCH v2 1/5] net/i40e: add private APIs
>
>
>
> > -Original Message-
> > From: Di, C
Hi, xiaolong
> -Original Message-
> From: Ye, Xiaolong
> Sent: Thursday, May 7, 2020 1:15 PM
> To: Di, ChenxuX
> Cc: dev@dpdk.org; Xing, Beilei
> Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix out of bounds read issue
>
> On 05/07, Chenxu Di wrote:
> >T
Hi,
> -Original Message-
> From: Guo, Jia
> Sent: Wednesday, May 13, 2020 2:51 PM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Xing, Beilei
> Subject: Re: [PATCH v3] net/i40e: fix out of bounds read issue
>
> hi, chenxu
>
> On 5/13/2020 10:26 AM, Chenxu Di wr
Hi
> -Original Message-
> From: Guo, Jia
> Sent: Thursday, May 14, 2020 2:17 PM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Xing, Beilei
> Subject: Re: [PATCH v3] net/i40e: fix out of bounds read issue
>
>
> On 5/14/2020 9:16 AM, Di, ChenxuX wrote:
> > H
> -Original Message-
> From: Kevin Traynor [mailto:ktray...@redhat.com]
> Sent: Wednesday, June 17, 2020 4:12 AM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Xing, Beilei ; Yang, Qiming
> Subject: Re: [dpdk-dev] [PATCH 3/5] app/testpmd: re-implement commands by
> using p
> -Original Message-
> From: Ye, Xiaolong
> Sent: Thursday, November 7, 2019 10:50 AM
> To: Di, ChenxuX
> Cc: dev@dpdk.org; Lu, Wenzhuo ; Yang, Qiming
> ; Yigit, Ferruh
> Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix device hotplug remove
>
> On 11/06, D
Hi,
> -Original Message-
> From: Ye, Xiaolong
> Sent: Thursday, November 7, 2019 11:11 AM
> To: Di, ChenxuX
> Cc: dev@dpdk.org; Lu, Wenzhuo ; Yang, Qiming
> ; Yigit, Ferruh
> Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix device hotplug remove
>
> Hi,
>
> -Original Message-
> From: Ye, Xiaolong
> Sent: Thursday, November 7, 2019 1:46 PM
> To: Di, ChenxuX
> Cc: dev@dpdk.org; Lu, Wenzhuo ; Yang, Qiming
> ; Yigit, Ferruh
> Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix device hotplug remove
>
> On 11/0
testpmd will occur infinite loops when device hotplug remove.
We can fix the issue by using the pci generic remove function
Fixes: ac89d46096d5 ("net/i40e: release port upon close")
Signed-off-by: Di ChenxuX
v3:
reverted the code about i40e_vf_representor_uninit.
v2:
change the code
testpmd will occur infinite loops when device hotplug remove.
We can fix the issue by using the pci generic remove function
Fixes: f2f4990eff94 ("net/ixgbe: release port upon close")
Signed-off-by: Di ChenxuX
v2:
reverted the code about ixgbe_vf_representor_uninit.
---
drivers
Hi,
> -Original Message-
> From: Ye, Xiaolong
> Sent: Monday, November 11, 2019 4:42 PM
> To: Di, ChenxuX
> Cc: dev@dpdk.org; Yang, Qiming
> Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix device hotplug remove
>
> On 11/07, Di ChenxuX wrote:
> >testpmd
> -Original Message-
> From: Ye, Xiaolong
> Sent: Monday, November 11, 2019 5:00 PM
> To: Di, ChenxuX
> Cc: dev@dpdk.org; Yang, Qiming
> Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix device hotplug remove
>
> On 11/11, Di, ChenxuX wrote:
> >Hi,
testpmd will occur infinite loops when device hotplug remove.
We can fix the issue by using the pci generic remove function
Fixes: ac89d46096d5 ("net/i40e: release port upon close")
Signed-off-by: Di ChenxuX
v4:
used generic remove function for i40e_vf_representor_uninit.
v3:
reverte
testpmd will occur infinite loops when device hotplug remove.
We can fix the issue by using the pci generic remove function
Fixes: f2f4990eff94 ("net/ixgbe: release port upon close")
Signed-off-by: Di ChenxuX
v4:
used generic remove function for ixgbe_vf_representor_uninit.
v3:
re
Hotplug remove cause infinite loops. Fix by canceling port_close
before port_detach function when rmv_port_callback.
Fixes: ac89d46096d5 ("net/i40e: release port upon close")
Signed-off-by: Di ChenxuX
---
app/test-pmd/testpmd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ap
Hi, Ferruh
> -Original Message-
> From: Yigit, Ferruh
> Sent: Friday, October 25, 2019 1:24 AM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Lu, Wenzhuo ; Yang, Qiming
>
> Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix device hotplug remove
>
> On 10/24/201
FreeBSD OS don't support igb_uio interrupt, so it will fail
that unregister intr callback when port close.
Fix by passing -ENOENT when check the return value of
unregister intr callback function.
Fixes: f2f4990eff94 ("net/ixgbe: release port upon close")
Signed-off-by: Di Chenxu
t;)
Signed-off-by: Di ChenxuX
v2:
Modified commit log.
---
drivers/net/ixgbe/ixgbe_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
index dbce7a80e..0a654accb 100644
--- a/drivers/net/ixgbe/ixgbe
testpmd will occur infinite loops when device hotplug remove.
We can fix the issue by using the pci generic remove function
Fixes: ac89d46096d5 ("net/i40e: release port upon close")
Signed-off-by: Di ChenxuX
v2:
change the code in driver.
---
drivers/net/i40e/i40e_eth
testpmd will occur infinite loops when device hotplug remove.
We can fix the issue by using the pci generic remove function
Fixes: f2f4990eff94 ("net/ixgbe: release port upon close")
Signed-off-by: Di ChenxuX
---
drivers/net/ixgbe/ixgbe_ethdev.c | 11 +--
1 file changed, 1
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
This patch cover all the intel drivers.
Di ChenxuX (5):
net/e1000: release port upon close
net/fm10k: release port upon close
net/i40e: release port upon close
net/ice
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/e1000/e1000_ethdev.h | 1 +
drivers/net/e1000/igb_ethdev.c | 142 +--
2 files changed, 81 insertions
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/fm10k/fm10k.h| 3 +
drivers/net/fm10k/fm10k_ethdev.c | 122 ++-
2 files changed, 75 insertions
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/i40e/i40e_ethdev.c| 131 +++---
drivers/net/i40e/i40e_ethdev_vf.c | 25 --
2 files changed, 83
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/ixgbe/ixgbe_ethdev.c | 176 +--
drivers/net/ixgbe/ixgbe_ethdev.h | 2 +
2 files changed, 100 insertions
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/ice/ice_ethdev.c | 33 ++---
drivers/net/ice/ice_ethdev.h | 1 +
2 files changed, 23 insertions(+), 11
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
This patch cover all the intel drivers.
v3:
remove adapter closed flag in driver e1000, fm10k, ice, ixgbe.
Di ChenxuX (5):
net/e1000: release port upon close
net/fm10k
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 5 +
drivers/net/e1000/igb_ethdev.c | 144 -
2 files changed, 77
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/ice/ice_ethdev.c | 27 ---
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/drivers/net/ice
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/fm10k/fm10k_ethdev.c | 100 ---
1 file changed, 52 insertions(+), 48 deletions(-)
diff --git a/drivers
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/i40e/i40e_ethdev.c| 128 ++
drivers/net/i40e/i40e_ethdev_vf.c | 25 +++---
2 files changed, 77
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/ixgbe/ixgbe_ethdev.c | 167 ---
1 file changed, 85 insertions(+), 82 deletions(-)
diff --git a/drivers
, ice, ixgbe.
V2 changes:
Separated to 5 patches, each patch only change one driver.
Added resource release in dev_close.
Di ChenxuX (5):
net/e1000: release port upon close
net/fm10k: release port upon close
net/i40e: release port upon close
net/ice: release port upon close
net/ixgbe
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/ice/ice_ethdev.c | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/drivers/net/ice
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/ixgbe/ixgbe_ethdev.c | 167 ---
1 file changed, 85 insertions(+), 82 deletions(-)
diff --git a/drivers
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/fm10k/fm10k_ethdev.c | 100 ---
1 file changed, 52 insertions(+), 48 deletions(-)
diff --git a/drivers
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
drivers/net/i40e/i40e_ethdev.c| 128 ++
drivers/net/i40e/i40e_ethdev_vf.c | 25 +++---
2 files changed, 77
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 5 +
drivers/net/e1000/igb_ethdev.c | 144 -
2 files changed, 77
> -Original Message-
> From: Ye, Xiaolong
> Sent: Wednesday, September 25, 2019 11:41 PM
> To: Di, ChenxuX
> Cc: dev@dpdk.org; Yang, Qiming
> Subject: Re: [dpdk-dev] [PATCH v4 1/5] net/e1000: release port upon close
>
> On 09/19, Di ChenxuX wrote:
> >Set
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 4 +
drivers/net/i40e/i40e_ethdev.c | 128 -
drivers/net/i40e
stopped flag in function ice_dev_init.
V3 changes:
Removed adapter closed flag in driver e1000, fm10k, ice, ixgbe.
V2 changes:
Separated to 5 patches, each patch only change one driver.
Added resource release in dev_close.
Di ChenxuX (5):
net/e1000: release port upon close
net/fm10k: release
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 4 +
drivers/net/fm10k/fm10k_ethdev.c | 100 +
2 files changed, 56
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 5 +
drivers/net/e1000/em_ethdev.c | 33 +++---
drivers/net/e1000/igb_ethdev.c | 144
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 1 +
drivers/net/ice/ice_ethdev.c | 30 --
2 files changed, 15
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 4 +
drivers/net/ixgbe/ixgbe_ethdev.c | 167 +
2 files changed, 89
Add support to the drivers inclulding fm10k, i40e, ice, ixgbe
for the API rte_eth_tx_done_cleanup to
force free consumed buffers on Tx ring.
Di ChenxuX (4):
net/fm10k: cleanup Tx buffers
net/i40e: cleanup Tx buffers
net/ice: cleanup Tx buffers
net/ixgbe: cleanup Tx buffers
drivers/net
Add support to the i40e driver for the API rte_eth_tx_done_cleanup
to force free consumed buffers on Tx ring.
Signed-off-by: Di ChenxuX
---
drivers/net/i40e/i40e_ethdev.c| 1 +
drivers/net/i40e/i40e_ethdev_vf.c | 1 +
drivers/net/i40e/i40e_rxtx.c | 42
Add support to the fm10k driver for the API rte_eth_tx_done_cleanup
to force free consumed buffers on Tx ring.
Signed-off-by: Di ChenxuX
---
drivers/net/fm10k/fm10k.h| 2 ++
drivers/net/fm10k/fm10k_ethdev.c | 1 +
drivers/net/fm10k/fm10k_rxtx.c | 45
Add support to the ixgbe driver for the API rte_eth_tx_done_cleanup
to force free consumed buffers on Tx ring.
Signed-off-by: Di ChenxuX
---
drivers/net/ixgbe/ixgbe_ethdev.c | 2 ++
drivers/net/ixgbe/ixgbe_rxtx.c | 39
drivers/net/ixgbe/ixgbe_rxtx.h | 2
Add support to the ice driver for the API rte_eth_tx_done_cleanup
to force free consumed buffers on Tx ring.
Signed-off-by: Di ChenxuX
---
drivers/net/ice/ice_ethdev.c | 1 +
drivers/net/ice/ice_rxtx.c | 41
drivers/net/ice/ice_rxtx.h | 1 +
3 files
.
V4 changes:
Removed adaper stopped flag in function ice_dev_init.
V3 changes:
Removed adapter closed flag in driver e1000, fm10k, ice, ixgbe.
V2 changes:
Separated to 5 patches, each patch only change one driver.
Added resource release in dev_close.
Di ChenxuX (5):
net/e1000: release
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 1 +
drivers/net/ice/ice_ethdev.c | 30 --
2 files changed, 15
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 4 +
drivers/net/fm10k/fm10k_ethdev.c | 100 +
2 files changed, 56
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 4 +
drivers/net/i40e/i40e_ethdev.c | 128 -
drivers/net/i40e
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 5 +
drivers/net/e1000/em_ethdev.c | 33 +++---
drivers/net/e1000/igb_ethdev.c | 144
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 4 +
drivers/net/ixgbe/ixgbe_ethdev.c | 167 +
2 files changed, 89
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 5 +
drivers/net/e1000/em_ethdev.c | 33 +++---
drivers/net/e1000/igb_ethdev.c | 144
dev_close.
Acked-by: Qiming Yang
Series Reviewed-by: Xiaolong Ye
Di ChenxuX (5):
net/e1000: release port upon close
net/fm10k: release port upon close
net/i40e: release port upon close
net/ice: release port upon close
net/ixgbe: release port upon close
doc/guides/rel_notes/release_19_11
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 4 +
drivers/net/fm10k/fm10k_ethdev.c | 100 +
2 files changed, 56
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 4 +
drivers/net/i40e/i40e_ethdev.c | 128 -
drivers/net/i40e
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 1 +
drivers/net/ice/ice_ethdev.c | 30 --
2 files changed, 15
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close().
Signed-off-by: Di ChenxuX
---
doc/guides/rel_notes/release_19_11.rst | 4 +
drivers/net/ixgbe/ixgbe_ethdev.c | 167 +
2 files changed, 89
Hi, Jia
> -Original Message-
> From: Guo, Jia
> Sent: Wednesday, November 4, 2020 5:41 PM
> To: Di, ChenxuX ; dev@dpdk.org
> Cc: Xing, Beilei ; Wang, Haiyue
> ; Di, ChenxuX ;
> sta...@dpdk.org
> Subject: RE: [PATCH 1/2] net/i40e: fix incorrect FDIR f
Hi, jia
> -Original Message-
> From: Di, ChenxuX
> Sent: Wednesday, November 4, 2020 5:49 PM
> To: Guo, Jia ; dev@dpdk.org
> Cc: Xing, Beilei ; Wang, Haiyue
>
> Subject: RE: [PATCH 1/2] net/i40e: fix incorrect FDIR flex mask
>
> Hi, Jia
>
> >
Ok, it looks better.
I will update it soon.
> -Original Message-
> From: David Marchand [mailto:david.march...@redhat.com]
> Sent: Monday, July 13, 2020 4:16 PM
> To: Di, ChenxuX
> Cc: dev ; Xing, Beilei ; Lu, Wenzhuo
>
> Subject: Re: [dpdk-dev] [PATCH] app/testpmd:
Hi,
> -Original Message-
> From: Ferruh Yigit
> Sent: Wednesday, September 16, 2020 11:29 PM
> To: Di, ChenxuX ; hemant.agra...@nxp.com
> Cc: sachin.sax...@nxp.com; sta...@dpdk.org; dev@dpdk.org; Richardson,
> Bruce
> Subject: Re: [dpdk-stable] [PATCH] net/dpaa2:
74 matches
Mail list logo