RE: [PATCH] net/idpf: optimize the code of IDPF PMD

2023-06-30 Thread Zhang, Qi Z
> -Original Message- > From: Mingxia Liu > Sent: Monday, June 26, 2023 10:06 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; > Liu, Mingxia > Subject: [PATCH] net/idpf: optimize the code of IDPF PMD net/idpf: reorder code. > > This p

[PATCH] net/idpf: optimize the code of IDPF PMD

2023-06-25 Thread Mingxia Liu
This patch moves 'struct eth_dev_ops idpf_eth_dev_ops = {...}' block just after idpf_dev_close(), to group dev_ops related code together. Signed-off-by: Mingxia Liu --- drivers/net/idpf/idpf_ethdev.c | 56 +- 1 file changed, 28 insertions(+), 28 deletions(-) diff