From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 7DD045AA1 for ; Fri, 27 Mar 2015 11:36:06 +0100 (CET) Received: by wgbgs4 with SMTP id gs4so3442475wgb.0 for ; Fri, 27 Mar 2015 03:36:06 -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=gzX5Qx2i4B3P38odOYz21vxQkbfRZObaxwKh2mpAF2Y=; b=nGGan+hMqqnhi9AvwXaZVl90uDUBAtNvEYch0N7LgBgRjsEKFLPAJgcB3gz+enjIH3 MWoF1kWz0hxw5OjYlhfHWP6lf3WMLKGhqB/jg0H1M0wdm2IqpbYrU8yOOUJW+Y0zBVYv drckXD0LZ/BQNXohOpj7m3Vd7g9TR1SfwED3ZQYt94ugeQpQWGHSC1Zi6x8QjUQdMjDC mc/tFKui/Xv3lis6rM5ZnixDKrRNfWprvrwwiTz5u8lDn+kOJKPmgjh+19KJInuCria9 kna66COHsj8t3e9+r6rw3wjNDunu+VTBHFO0j0Dw+LNV2kHilHfcCAoLBJhrDrwksqaJ 1lGw== X-Gm-Message-State: ALoCoQmhHflY75t0aQZfITluqljomXzQ5cnf3giGWYzjnBVxmyo0q9IS8SibFCHSgKhyaXRZUZla X-Received: by 10.194.8.99 with SMTP id q3mr37383973wja.88.1427452566410; Fri, 27 Mar 2015 03:36:06 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id pa4sm2235372wjb.11.2015.03.27.03.36.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Mar 2015 03:36:05 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Fri, 27 Mar 2015 11:35:25 +0100 Message-ID: <2432514.864HVAJgVP@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: <1426836708-19861-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] i40e: remove ALLOW_LB flag on SRIOV vsi 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: Fri, 27 Mar 2015 10:36:06 -0000 > > Disable VEB switching by removing ALLOW_LB on SRIOV vsi. > > > > If the source mac address of packet sent from VF is not listed in the VEB's mac > > table, the VEB will switch the packet back to the VF. > > It's a hardware issue. Enabling ALLOW_LB flag will block VF functions. > > > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Applied, thanks