RE: [PATCH 11/15] bus/dpaa: pass interface name as a string instead of pointer

2022-10-06 Thread Gagandeep Singh
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, October 6, 2022 3:10 PM > To: Gagandeep Singh ; dev@dpdk.org > Cc: Rohit Raj > Subject: Re: [PATCH 11/15] bus/dpaa: pass interface name as a string instead > of pointer > > On 10/6/2022 9:5

Re: [PATCH 11/15] bus/dpaa: pass interface name as a string instead of pointer

2022-10-06 Thread Ferruh Yigit
On 10/6/2022 9:51 AM, Gagandeep Singh wrote: -Original Message- From: Ferruh Yigit Sent: Wednesday, October 5, 2022 7:52 PM To: Gagandeep Singh ; dev@dpdk.org Cc: Rohit Raj Subject: Re: [PATCH 11/15] bus/dpaa: pass interface name as a string instead of pointer On 9/28/2022 6:25 AM

RE: [PATCH 11/15] bus/dpaa: pass interface name as a string instead of pointer

2022-10-06 Thread Gagandeep Singh
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, October 5, 2022 7:52 PM > To: Gagandeep Singh ; dev@dpdk.org > Cc: Rohit Raj > Subject: Re: [PATCH 11/15] bus/dpaa: pass interface name as a string instead > of pointer > > On 9/28/2022 6:2

Re: [PATCH 11/15] bus/dpaa: pass interface name as a string instead of pointer

2022-10-05 Thread Ferruh Yigit
On 9/28/2022 6:25 AM, Gagandeep Singh wrote: From: Rohit Raj Due to change in latest kernel, passing the interface name to kernel through IOCTL as string instead of character pointer. This kernel component is the one that is delivered part of SDK I assume, instead of an upstreamed one. Wh

[PATCH 11/15] bus/dpaa: pass interface name as a string instead of pointer

2022-09-27 Thread Gagandeep Singh
From: Rohit Raj Due to change in latest kernel, passing the interface name to kernel through IOCTL as string instead of character pointer. Signed-off-by: Rohit Raj --- drivers/bus/dpaa/base/qbman/process.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/bus/