From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 5DF7C29B6 for ; Tue, 8 Mar 2016 19:42:46 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id n186so145382790wmn.1 for ; Tue, 08 Mar 2016 10:42:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=PumiZW3n3oYccOXI9nX1XIpotXkxjxAlEt0QGi75ENk=; b=R1wJb9glQuVSDLYU7oVQYjebHZl/Pr9B05Wddw5dTNkdPFjPpimwA5WBCHxiHOfUP5 0FF6RFwFhEKs9QZzRRKrqQHLwy8xgBzsma1kdrJlduZ0IUweY6APMFMVNiYDp5G+3CcP PjyiewhmPBXIob9XZfAzjJG+R5ujbzNb/DxN1v4pcyG7nt5ONihfWCjYboqu3h9D+q8s CAXyBEZ5BbUlvBTboi2yD3d6yzaEEcHtp0P+6UDPYRq0Bcxq3116BeqMzpV7KUeb63Xs 93VwB6dMIVkbBIUNVVOneOHUsoOK3uSf01s4wiK9BsPYgDG5mgOfuwzV+SSTM+pACMb0 1LAQ== 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; bh=PumiZW3n3oYccOXI9nX1XIpotXkxjxAlEt0QGi75ENk=; b=BUSqlu4HgIWX5yX3xMJs0lBGDwU0Kf/SvPTucXjh30+TcWxwsa4GxEaHcK+0KXsr7f 25yZC0RADiWf6/UcH+DlFwQWvhp7o/qdT02O8IFl9ocAUvQkR+Gg8PFh9UCyF/XUJdPx VsNTspsdP2de2HRpxb41040tPDFwfi57fw+GfCdTZ1kpdvy8EjP9wp3Zxs712x3zsDeW TYX6Kx1QUP0+3/TPxEsUW/wA1BovnZjsTbXAWcpFRh9eG02Oic2COJr7qxCoWTcR2kYc 6td1+r8unrkxb0BAr0U8WpZ5g3xevBdw5LL+82hNAl4wYSBdQpXbyqXHUxdnhdpCl3gq Plmg== X-Gm-Message-State: AD7BkJKsc6IxwpSR1orp2PcYhLeVXanjsH4JMCqhXgJptD1+XxgCvaO0TeLlzqRoy32uN3pI X-Received: by 10.194.78.148 with SMTP id b20mr30276590wjx.71.1457462566248; Tue, 08 Mar 2016 10:42:46 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id i5sm4230582wja.23.2016.03.08.10.42.45 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Mar 2016 10:42:45 -0800 (PST) From: Thomas Monjalon To: helin.zhang@intel.com Date: Tue, 08 Mar 2016 19:41:07 +0100 Message-ID: <3247739.NakCqMEox1@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1457462311-16349-1-git-send-email-thomas.monjalon@6wind.com> References: <1456113585-15259-1-git-send-email-helin.zhang@intel.com> <1457462311-16349-1-git-send-email-thomas.monjalon@6wind.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 v3 0/3] enable extended tag for i40e 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: Tue, 08 Mar 2016 18:42:46 -0000 2016-03-08 19:38, Thomas Monjalon: > It enables 'extended tag' for i40e devices only during its port > initialization, which is key for 40G performance. It also deprecates > the similar in igb_uio, and eal lib. > > v3: > - fix build with deprecated attribute > - keep deprecated attribute > - reword release notes a bit > - revert doc move from v2 > - better split the patches I've forgot the Acked-by: Jingjing Wu Helin, if you agree with this new revision, I'll apply it.