RE: [PATCH v2 33/71] baseband/acc: replace use of fixed size rte_memcpy

2024-03-04 Thread Chautru, Nicolas
> From: Stephen Hemminger > "Chautru, Nicolas" wrote: > > > Hi Stephen, > > It messed with the indentation, didn't it? > > Thanks > > Nic > > It ended up with the more standard indentation style rather than DPDK special > indent with extra tab. I see a mix of space and tabs and indeed not fol

Re: [PATCH v2 33/71] baseband/acc: replace use of fixed size rte_memcpy

2024-03-01 Thread Stephen Hemminger
On Sat, 2 Mar 2024 01:01:02 + "Chautru, Nicolas" wrote: > Hi Stephen, > It messed with the indentation, didn't it? > Thanks > Nic It ended up with the more standard indentation style rather than DPDK special indent with extra tab.

RE: [PATCH v2 33/71] baseband/acc: replace use of fixed size rte_memcpy

2024-03-01 Thread Chautru, Nicolas
Hi Stephen, It messed with the indentation, didn't it? Thanks Nic > -Original Message- > From: Stephen Hemminger > Sent: Friday, March 1, 2024 9:15 AM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Chautru, Nicolas > > Subject: [PATCH v2 33/71] baseband/acc:

[PATCH v2 33/71] baseband/acc: replace use of fixed size rte_memcpy

2024-03-01 Thread Stephen Hemminger
Automatically generated by devtools/cocci/rte_memcpy.cocci Signed-off-by: Stephen Hemminger --- drivers/baseband/acc/rte_acc100_pmd.c | 17 - drivers/baseband/acc/rte_vrb_pmd.c| 21 ++--- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/drivers