Re: [RFC 0/3] Add new data path for ethernet frame format

2016-12-15 Thread Thiagarajan, Vasanthakumar
On Thursday 15 December 2016 02:38 PM, Johannes Berg wrote: > On Thu, 2016-12-15 at 11:30 +0530, Vasanthakumar Thiagarajan wrote: >> This patch set adds a new data path to offload 802.11 header >> encap/decap to driver or hardware. Drivers having support >> for ieee80211 header encap/decap and

Re: [RFC 0/3] Add new data path for ethernet frame format

2016-12-15 Thread Johannes Berg
On Thu, 2016-12-15 at 11:30 +0530, Vasanthakumar Thiagarajan wrote: > This patch set adds a new data path to offload 802.11 header > encap/decap to driver or hardware. Drivers having support > for ieee80211 header encap/decap and other offload functionalities > which can't be done before encap or

[RFC 0/3] Add new data path for ethernet frame format

2016-12-14 Thread Vasanthakumar Thiagarajan
This patch set adds a new data path to offload 802.11 header encap/decap to driver or hardware. Drivers having support for ieee80211 header encap/decap and other offload functionalities which can't be done before encap or after decap can make use of this new data path. Currently it is implemented