[PATCH] linux/igb_uio: make module parameters visible in sysfs

2022-08-21 Thread Shinae Woo
/wc_activate :: 0 ``` Signed-off-by: Shinae Woo --- linux/igb_uio/igb_uio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/igb_uio/igb_uio.c b/linux/igb_uio/igb_uio.c index 33e0e02..c927ae6 100644 --- a/linux/igb_uio/igb_uio.c +++ b/linux/igb_uio/igb_uio.c

[PATCH] linux/igb_uio: make module parameters visible in sysfs

2022-08-22 Thread Shinae Woo
/wc_activate :: 0 ``` Signed-off-by: Shinae Woo --- linux/igb_uio/igb_uio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/igb_uio/igb_uio.c b/linux/igb_uio/igb_uio.c index 33e0e02..c927ae6 100644 --- a/linux/igb_uio/igb_uio.c +++ b/linux/igb_uio/igb_uio.c

[dpdk-dev] Performances are not scale with multiple ports

2013-05-28 Thread Shinae Woo
Hello, all. I play the dpdk-1.2.3r1 with examples. But I can not achieve the line-rate packet receive performance, and the performance is not scale with multiple ports. For example, in example l2fwd, I have tested two cases with 2 ports, and 4 ports, using belowed command line each ./build/l2fw

[dpdk-dev] Performances are not scale with multiple ports

2013-05-28 Thread Shinae Woo
gt; On Tue, 28 May 2013 11:26:30 +0900 > Shinae Woo wrote: > > > Hello, all. > > > > I play the dpdk-1.2.3r1 with examples. > > > > But I can not achieve the line-rate packet receive performance, > > and the performance is not scale with multiple ports. &g

[dpdk-dev] Performances are not scale with multiple ports

2013-05-28 Thread Shinae Woo
Actually, I made my own packet reception application using DPDK to utilize multiple RSS which map each core (in my case, 12 queues for 12 cores). But it shows that multiple RSS shows, the reception performance is rather decreasing as below. # queue 1 2 3 4 5 6 Bandwidth (Gbps) 8.95 8.90 8.89 8.