Re: [PATCH] net/pcap: fix indentation and numa node

2025-04-07 Thread Stephen Hemminger
On Mon, 7 Apr 2025 10:51:37 +0100 Bruce Richardson wrote: > On Sat, Apr 05, 2025 at 08:36:23AM -0700, Stephen Hemminger wrote: > > The process private data allocation was indented incorrectly > > in the source code, and had unnecessary cast. It is better > > that the data be allocated on same num

Re: [PATCH] net/pcap: fix indentation and numa node

2025-04-07 Thread Bruce Richardson
On Sat, Apr 05, 2025 at 08:36:23AM -0700, Stephen Hemminger wrote: > The process private data allocation was indented incorrectly > in the source code, and had unnecessary cast. It is better > that the data be allocated on same numa node as the device > structure. > > Signed-off-by: Stephen Hemmin

[PATCH] net/pcap: fix indentation and numa node

2025-04-05 Thread Stephen Hemminger
The process private data allocation was indented incorrectly in the source code, and had unnecessary cast. It is better that the data be allocated on same numa node as the device structure. Signed-off-by: Stephen Hemminger --- drivers/net/pcap/pcap_ethdev.c | 13 - 1 file changed, 4