From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id DCCC1569C for ; Thu, 19 Mar 2015 18:07:55 +0100 (CET) Received: by wibdy8 with SMTP id dy8so123643478wib.0 for ; Thu, 19 Mar 2015 10:07:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=e+KYYB4xxjwCe5J+ZcwVmDQ7yNBABSVU4GMBoyW3vAU=; b=nBbnTM08PlWYyT2IZ5EtvqCSD18askgNzJG7ZJrgTKv0Et6ssAEX+CvW0Tx3LekEOv 5HY9/l/XkQRwkfr/I7tz71u3hNgxx6wSGvnfW3jonRk9/PPkWoYYXvwg8lqhCM5Nizvp W9qoPrtcBoA3gY2fxPfPThB/WUd6ynosJ54i1ZdrkVAkgCo6IX1NoZiKD6fTYWwAC01j Ikhg8de4Pm/T7gJ+1E/sJ9xzBfkiUdq+uNVklEw8oZyY9TUr3T+WVjwfiEg0pNZ87TOx JGZKB+O5w7Unrkj5XuIEqtkdw4TczGfsYsEcrzFW40bGX25CxSlRrsNhEkKnuNUtenCK OHDQ== X-Gm-Message-State: ALoCoQk1gQPt7liTHlR5WIunZpRr0tghSuFPiZcpq3JAtKRGBgKS0iq/i6UgsPduoE6zmbTF7/jf X-Received: by 10.194.83.66 with SMTP id o2mr157072259wjy.55.1426784875760; Thu, 19 Mar 2015 10:07:55 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id xy2sm2737475wjc.14.2015.03.19.10.07.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Mar 2015 10:07:55 -0700 (PDT) From: Thomas Monjalon To: "Zhang, Helin" Date: Thu, 19 Mar 2015 18:07:18 +0100 Message-ID: <4136258.O4pYhXTh5E@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1426673208-28670-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] i40e: revert internal switch of PF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2015 17:07:56 -0000 > > VEB switching is blocking VF. > > If the source mac address of packet sent from VF is not listed in t= he VEB=E2=80=99s mac > > table, the VEB will switch the packet back to the VF. > > It's an hardware issue. > >=20 > > Reverts: 2ccabd8cd1f6 ("i40e: enable internal switch of PF"). > >=20 > > Reported-by: Jingjing Wu > > Signed-off-by: Thomas Monjalon > Acked-by: Helin Zhang Applied, thanks