From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Subject: [net-next,16/19] net: usb: aqc111: Add RX VLAN filtering support From: Andrew Lunn Message-Id: <20181006170547.GC6990@lunn.ch> Date: Sat, 6 Oct 2018 19:05:47 +0200 To: Igor Russkikh Cc: "David S . Miller" , "linux-usb@vger.kernel.org" , "netdev@vger.kernel.org" , Dmitry Bezrukov List-ID: PiBAQCAtOTk0LDYgKzEwODMsNyBAQCBzdGF0aWMgaW50IGFxYzExMV9yeF9maXh1cChzdHJ1Y3Qg dXNibmV0ICpkZXYsIHN0cnVjdCBza19idWZmICpza2IpCj4gIAkJbmV3X3NrYi0+dHJ1ZXNpemUg PSBuZXdfc2tiLT5sZW4gKyBzaXplb2Yoc3RydWN0IHNrX2J1ZmYpOwo+ICAJCWlmIChhcWMxMTFf ZGF0YS0+cnhfY2hlY2tzdW0pCj4gIAkJCWFxYzExMV9yeF9jaGVja3N1bShuZXdfc2tiLCAmcGt0 X2Rlc2MpOwo+ICsKPiAgCQlpZiAocGt0X2Rlc2MtPnZsYW5faW5kKQo+ICAJCQlfX3ZsYW5faHdh Y2NlbF9wdXRfdGFnKG5ld19za2IsCj4gIAkJCQkJICAgICAgIGh0b25zKEVUSF9QXzgwMjFRKSwK ClBsZWFzZSBzcXVhc2ggdGhpcyBodW5rIGludG8gdGhlIGNvcnJlY3QgcGF0Y2guCgogICAgICAg VGhhbmtzCglBbmRyZXcK From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next 16/19] net: usb: aqc111: Add RX VLAN filtering support Date: Sat, 6 Oct 2018 19:05:47 +0200 Message-ID: <20181006170547.GC6990@lunn.ch> References: <100f2bdc2e23a298afdf240180d224cf39d692ad.1538734658.git.igor.russkikh@aquantia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S . Miller" , "linux-usb@vger.kernel.org" , "netdev@vger.kernel.org" , Dmitry Bezrukov To: Igor Russkikh Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:55783 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726324AbeJGAJ5 (ORCPT ); Sat, 6 Oct 2018 20:09:57 -0400 Content-Disposition: inline In-Reply-To: <100f2bdc2e23a298afdf240180d224cf39d692ad.1538734658.git.igor.russkikh@aquantia.com> Sender: netdev-owner@vger.kernel.org List-ID: > @@ -994,6 +1083,7 @@ static int aqc111_rx_fixup(struct usbnet *dev, struct sk_buff *skb) > new_skb->truesize = new_skb->len + sizeof(struct sk_buff); > if (aqc111_data->rx_checksum) > aqc111_rx_checksum(new_skb, &pkt_desc); > + > if (pkt_desc->vlan_ind) > __vlan_hwaccel_put_tag(new_skb, > htons(ETH_P_8021Q), Please squash this hunk into the correct patch. Thanks Andrew