From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAfSY-0000Jn-9v for qemu-devel@nongnu.org; Thu, 02 Jul 2015 10:27:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAfSR-0002RD-4O for qemu-devel@nongnu.org; Thu, 02 Jul 2015 10:27:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAfSQ-0002Qq-LP for qemu-devel@nongnu.org; Thu, 02 Jul 2015 10:27:19 -0400 Date: Thu, 2 Jul 2015 15:27:14 +0100 From: Stefan Hajnoczi Message-ID: <20150702142714.GR21214@stefanha-thinkpad.home> References: <1435746792-41278-1-git-send-email-sfeldma@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Hnpg0BSo5EvPlUVi" Content-Disposition: inline In-Reply-To: <1435746792-41278-1-git-send-email-sfeldma@gmail.com> Subject: Re: [Qemu-devel] [PATCH 0/5] rocker device updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sfeldma@gmail.com Cc: pbonzini@redhat.com, jiri@resnulli.us, qemu-devel@nongnu.org --Hnpg0BSo5EvPlUVi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 01, 2015 at 03:33:07AM -0700, sfeldma@gmail.com wrote: > From: Scott Feldman >=20 > A couple of fixes reported by Paolo Bonzini and some changes to sync with > current Linux 4.1 kernel rocker device driver. >=20 > Scott Feldman (5): > rocker: fix misplaced break statement > rocker: fix missing break statements > rocker: return -1 when dropping packet on ingress > rocker: mark copy-to-cpu pkts as forwarding offloaded > rocker: tests: don't need to specify master/self when setting vlans >=20 > docs/specs/rocker.txt | 4 ++++ > hw/net/rocker/rocker.c | 8 +++++++- > hw/net/rocker/rocker.h | 2 +- > hw/net/rocker/rocker_hw.h | 1 + > hw/net/rocker/rocker_of_dpa.c | 7 +++++-- > hw/net/rocker/rocker_world.c | 2 +- > tests/rocker/bridge-vlan | 4 ++-- > tests/rocker/bridge-vlan-stp | 4 ++-- > 8 files changed, 23 insertions(+), 9 deletions(-) >=20 > --=20 > 1.7.10.4 >=20 Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan --Hnpg0BSo5EvPlUVi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVlUpCAAoJEJykq7OBq3PIX9QIAK757qTkzVi4j9FLT8j1DrrQ /rH1vWBtXx07I5vJKVyHUIlQXULeaIHPp5Rz6+iNCmWMNcbnoXk0Iep/xizroFJT YInZD8Z9+YAIWWPLg1LZh7LOtmJoNvfNYUwxR45BAYf+p6VllQ03XUr2Yw56x03a I17hD76JF2ewLKgJ8TCDbvTzYAFb4h7bGd9EeMYR7rfA/FEfMsP15zFlA4jNEJFr VAcCjiLSJBVRDpEVuVHgXGnwb5P4Wn2gqbtCuIglUrPLk5jaApXI7uFUIEMduwl2 ihXDluw1sP0B8bKXIVZwJUk/xMLwO1k6UdaZ74dBko9uJvsx9OSCx+LlHxIrl8E= =+Nk0 -----END PGP SIGNATURE----- --Hnpg0BSo5EvPlUVi--