From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id D97248E9A for ; Fri, 30 Oct 2015 17:00:17 +0100 (CET) Received: by wicll6 with SMTP id ll6so13651063wic.0 for ; Fri, 30 Oct 2015 09:00:17 -0700 (PDT) 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 :content-type; bh=TewIsndSnt95cyU0f5s5hSq8ARKPcKkJkxO0dbu0fR4=; b=StuMr+JMIWKshanlQj24JWKdfonId4STWZT5urYjgFUm3J02vxbqMWGcixmp75DTYS o3TWDFNuxRVnRvgsqZJZPptuVBWcILykKfm6JFoZsk8BHs5ydXdHo1+APcxNF1KnW+0/ rTMl3/pCVGIAkwj2J2mSoTMb8q8K4SSTNWOER04go5BDCRVTw9qNQC5LldeNZI/6kE6P 1voctAdplV8ev1ZVN3DNnzaOV1iefomBj632DULdxuOOYk72mv2aI8TD2+4ODEeEqmUi oCVe1z/2AWg8gr6xUptuyZl2+AYo9GrO396HvYFJHyG0RLG2pheCJ4OU45QP44JD6dts clsA== 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=TewIsndSnt95cyU0f5s5hSq8ARKPcKkJkxO0dbu0fR4=; b=J/bP2k7BKFSgnQLAQyAaB8LR6pxJTjmKzwRMTJtTxfTaKIhYIUULVaEF69PvABBM60 tiocVxKnQsL9sC+s8LfyYL8d2APDPmEkEK2GgfsDMY1gH1JOAsuwewe5VwjXynx8Z64k ro+MHzWBaYe7vM+bPZ0FAnOodNq0pwIhb1EQuqqAwUDdYKIZNT5R1qTu82b63pn7E7H3 as9A9CZach1PWx5NaD840pLV31eOgHj0GNPuqCo/T+JQZSONICoSHpCQSwGwLIAv3Hhr AtiCIYIDJY/D6ECGTg+5+5CUEa03c7MGpXKO+8QOa8hHLKgRxcbRXkMN5aDZZL8u36f6 5gfQ== X-Gm-Message-State: ALoCoQlxoC/QaI2cQjjsz5MsYrWzns/epeqmoElWb0lncykajna8ffOalXEp3AnXAQN5IsZcLX0T X-Received: by 10.194.89.98 with SMTP id bn2mr9213126wjb.55.1446220817665; Fri, 30 Oct 2015 09:00:17 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id bf8sm7696679wjc.22.2015.10.30.09.00.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Oct 2015 09:00:16 -0700 (PDT) From: Thomas Monjalon To: Zhe Tao Date: Fri, 30 Oct 2015 16:59:06 +0100 Message-ID: <4461234.WSSPK7i5Sd@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446214599-14669-5-git-send-email-zhe.tao@intel.com> References: <1446210115-13927-1-git-send-email-zhe.tao@intel.com> <1446214599-14669-1-git-send-email-zhe.tao@intel.com> <1446214599-14669-5-git-send-email-zhe.tao@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 4/4 v4] add RX and TX selection function for FVL 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, 30 Oct 2015 16:00:18 -0000 2015-10-30 22:16, Zhe Tao: > --- a/doc/guides/rel_notes/release_2_2.rst > +++ b/doc/guides/rel_notes/release_2_2.rst > @@ -39,6 +39,10 @@ Drivers > Fixed i40e issue that occurred when a DPDK application didn't initialize > ports if memory wasn't available on socket 0. > > +* **i40e: Add vector PMD support for FVL.** > + > + Add vector RX/TX support for FVL It is inserted in the bug section. Hidden meaning? ;) Sorry for being sarcastic, I just want to avoid this kind of extra work in the future.