RE: [PATCH v13 10/16] Add a hook to intercept external buffers from NIC driver.

2010-11-07 Thread Xin, Xiaohui
...@elte.hu; herb...@gondor.apana.org.au; jd...@linux.intel.com Subject: Re: [PATCH v13 10/16] Add a hook to intercept external buffers from NIC driver. From: Xin, Xiaohui xiaohui@intel.com Date: Wed, 27 Oct 2010 09:33:12 +0800 Somehow, it seems not a trivial work to support it now. Can we

Re: [PATCH v13 10/16] Add a hook to intercept external buffers from NIC driver.

2010-10-29 Thread David Miller
From: Xin, Xiaohui xiaohui@intel.com Date: Wed, 27 Oct 2010 09:33:12 +0800 Somehow, it seems not a trivial work to support it now. Can we support it later and as a todo with our current work? I would prefer the feature work properly, rather than only in specific cases, before being

RE: [PATCH v13 10/16] Add a hook to intercept external buffers from NIC driver.

2010-10-26 Thread Xin, Xiaohui
Subject: Re: [PATCH v13 10/16] Add a hook to intercept external buffers from NIC driver. From: xiaohui@intel.com Date: Fri, 15 Oct 2010 17:12:11 +0800 @@ -2891,6 +2922,11 @@ static int __netif_receive_skb(struct sk_buff *skb) ncls: #endif +/* To intercept mediate passthru(zero-copy

Re: [PATCH v13 10/16] Add a hook to intercept external buffers from NIC driver.

2010-10-19 Thread David Miller
From: xiaohui@intel.com Date: Fri, 15 Oct 2010 17:12:11 +0800 @@ -2891,6 +2922,11 @@ static int __netif_receive_skb(struct sk_buff *skb) ncls: #endif + /* To intercept mediate passthru(zero-copy) packets here */ + skb = handle_mpassthru(skb, pt_prev, ret, orig_dev); +