Re: netlink_route kernel data dump size increased

2015-08-25 Thread tej parkash
On Thu, Aug 20, 2015 at 2:47 AM, Eric Dumazet wrote: > On Wed, 2015-08-19 at 23:41 +0530, tej parkash wrote: >> All, >> >> We are running application on Linux Kernel 3.10 to collect network >> interface information using NETLINK_ROUTE protocol. earlier (kernel >>

Re: netlink_route kernel data dump size increased

2015-08-19 Thread tej parkash
On Thu, Aug 20, 2015 at 2:47 AM, Eric Dumazet wrote: > On Wed, 2015-08-19 at 23:41 +0530, tej parkash wrote: >> All, >> >> We are running application on Linux Kernel 3.10 to collect network >> interface information using NETLINK_ROUTE protocol. earlier (kernel >>

netlink_route kernel data dump size increased

2015-08-19 Thread tej parkash
All, We are running application on Linux Kernel 3.10 to collect network interface information using NETLINK_ROUTE protocol. earlier (kernel 2.6.32) we were having 8K buffer allocated to collect all data but with new kernel (3.10) we are seeing read socket error, as buffer size is not sufficient f

extra layer below inet layer.

2007-06-06 Thread Tej Parkash
hi i just want to have something like tcp layer sitting below inet layer. so that i can directly offload everything to NIC and i want it to be placed dynamically. so depending on the nic i can offload the feature or can make it normal flow. i.e. both layer should exist and normal functionality sh