Re: [lng-odp] [PATCH] linux-generic: fix sockfd store and lookup errors

2014-12-02 Thread Maxim Uvarov
On 12/01/2014 07:48 PM, Taras Kondratiuk wrote: On 11/27/2014 11:38 AM, Stuart Haslam wrote: In ODP_PACKET_SOCKET_MMSG or ODP_PACKET_SOCKET_BASIC modes, when the same interface is opened multiple times an attempt is made to use a single socket descriptor for all instances. There are a few

Re: [lng-odp] [PATCH] linux-generic: fix sockfd store and lookup errors

2014-12-01 Thread Taras Kondratiuk
On 11/27/2014 11:38 AM, Stuart Haslam wrote: In ODP_PACKET_SOCKET_MMSG or ODP_PACKET_SOCKET_BASIC modes, when the same interface is opened multiple times an attempt is made to use a single socket descriptor for all instances. There are a few issues with the implementation though; - a