Re: [PATCH] mlx5: initially reading xstats does not cause seg fault

2022-11-10 Thread Huzaifa Rahman
Hi, Is there any other work/changes required for this patch to be submitted? Thanks On Thu, Sep 22, 2022 at 3:39 PM Huzaifa Rahman wrote: > The bugzilla ID of this bug is 701: > https://bugs.dpdk.org/show_bug.cgi?id=701 > > On Tue, Aug 23, 2022 at 12:33 PM Kamil Vojanec wrote:

Re: [PATCH] memif: memif driver does not crashes when there's different N of TX and RX queues

2022-11-10 Thread Huzaifa Rahman
Hi, Is there any other work/changes required for this patch to be submitted? Thanks On Tue, Oct 4, 2022 at 7:53 PM Andrew Rybchenko < andrew.rybche...@oktetlabs.ru> wrote: > On 8/8/22 13:39, Joyce Kong wrote: > > Hi Huzaifa, > > > > This patch looks good to me. > > And would you please help re

Re: [PATCH] mem: close rtemap files

2022-10-20 Thread Huzaifa Rahman
yes, It reduces the opened files from 450 to 2. Is there any down side of using --single-file-segments flag. Because if this is better why not make it the default behaviour. On Thu, Oct 6, 2022 at 3:42 PM Dmitry Kozlyuk wrote: > 2022-10-06 10:04 (UTC+), huzaifa.rahman: > > Bugzilla ID: 560 >

Re: [PATCH] mlx5: initially reading xstats does not cause seg fault

2022-09-22 Thread Huzaifa Rahman
The bugzilla ID of this bug is 701: https://bugs.dpdk.org/show_bug.cgi?id=701 On Tue, Aug 23, 2022 at 12:33 PM Kamil Vojanec wrote: > On 8/18/22 14:30, huzaifa.rahman wrote: > > Bugzilla ID: 296 > > the size of counters array in mlx5_xstats_get() was smaller > than the memory we are setting for

Re: [PATCH] docs: change the doc to highlight the allowed multicast addresses

2022-08-10 Thread Huzaifa Rahman
Hi, Is there any other work/changes required for this patch to be submitted? Thanks On Fri, Jul 1, 2022 at 3:37 PM huzaifa.rahman wrote: > Bugzilla ID: 802 > > The ipv4_multicast example does not work with any multicast IPs. > Only a selected few IPs are allowed to send pakcets. These IPs >

Re: [PATCH v2] ethtool: added help command to list all available

2022-07-26 Thread Huzaifa Rahman
Hi, Is there any other work/changes required for this patch to be submitted? Thanks On Mon, May 30, 2022 at 3:42 PM Ferruh Yigit wrote: > On 5/27/2022 6:14 AM, Huzaifa Rahman wrote: > > [CAUTION: External Email] > > Hi, > > > > The following tests are failing but

Re: [PATCH] ethtool: correct format strings according to the arguments

2022-05-26 Thread Huzaifa Rahman
Hi, The following tests are failing but my patch is not related to anything related to these. Please re-run the tests. Failed Tests: - mtu_update - scatter Thanks, Huzaifa On Thu, Mar 24, 2022 at 10:31 AM huzaifa.rahman wrote: > The corrected format strings

Re: [PATCH v2] ethtool: added help command to list all available

2022-05-26 Thread Huzaifa Rahman
Hi, The following tests are failing but my patch is not related to anything related to these. Please re-run the tests. Failed Tests: - mtu_update - scatter Thanks, Huzaifa On Tue, Mar 22, 2022 at 2:36 PM huzaifa.rahman wrote: > Help command is not available