On Jun 13, 2013, at 2:42 PM, Ben Pfaff wrote:
> On Thu, Jun 13, 2013 at 04:41:37PM +0900, Simon Horman wrote:
>> On Wed, Jun 12, 2013 at 07:30:44PM -0700, Murphy McCauley wrote:
>>> Commit 796223f5 (netdev: Add new "struct netdev_rx" for capturing packets
>>> from a netdev) refactored send and rec
On Thu, Jun 13, 2013 at 04:41:37PM +0900, Simon Horman wrote:
> On Wed, Jun 12, 2013 at 07:30:44PM -0700, Murphy McCauley wrote:
> > Commit 796223f5 (netdev: Add new "struct netdev_rx" for capturing packets
> > from a netdev) refactored send and receive into separate netdevs. As a
> > result, send
On Wed, Jun 12, 2013 at 07:30:44PM -0700, Murphy McCauley wrote:
> Commit 796223f5 (netdev: Add new "struct netdev_rx" for capturing packets
> from a netdev) refactored send and receive into separate netdevs. As a
> result, send and receive now use different socket descriptors (except for tap
> in
Commit 796223f5 (netdev: Add new "struct netdev_rx" for capturing packets
from a netdev) refactored send and receive into separate netdevs. As a
result, send and receive now use different socket descriptors (except for tap
interfaces which are treated specially). An unintended side effect was tha