From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7149C1396 for ; Thu, 16 Mar 2017 15:53:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489676014; x=1521212014; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=OetqsA7NCa8UdWGmStIeQpxjxHnJ9/IsUzh36uz3C0A=; b=g5LtKAiZKd8VEuBTXZR3pSoEzxJ6TRZF2hFZRaEu2AKYfd7S6T/foz72 94CKIIFIXujFFKUlN0Vvsva6Q0ebBQ==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2017 07:53:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,172,1486454400"; d="scan'208";a="77803391" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 16 Mar 2017 07:53:08 -0700 To: Allain Legacy References: <1488414008-162839-1-git-send-email-allain.legacy@windriver.com> <1489432593-32390-1-git-send-email-allain.legacy@windriver.com> <1489432593-32390-18-git-send-email-allain.legacy@windriver.com> Cc: dev@dpdk.org, ian.jolliffe@windriver.com, bruce.richardson@intel.com, john.mcnamara@intel.com, keith.wiles@intel.com, thomas.monjalon@6wind.com, vincent.jardin@6wind.com, jerin.jacob@caviumnetworks.com, stephen@networkplumber.org, 3chas3@gmail.com From: Ferruh Yigit Message-ID: <5119e707-4b8e-e38a-6676-9112f56d67e0@intel.com> Date: Thu, 16 Mar 2017 14:53:07 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1489432593-32390-18-git-send-email-allain.legacy@windriver.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 17/17] doc: adds information related to the AVP PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2017 14:53:34 -0000 On 3/13/2017 7:16 PM, Allain Legacy wrote: > Updates the documentation and feature lists for the AVP PMD device. > > Signed-off-by: Allain Legacy > Signed-off-by: Matt Peters > Acked-by: John McNamara <...> > diff --git a/doc/guides/nics/features/avp.ini b/doc/guides/nics/features/avp.ini > new file mode 100644 > index 0000000..64bf42e > --- /dev/null > +++ b/doc/guides/nics/features/avp.ini > @@ -0,0 +1,17 @@ > +; > +; Supported features of the 'AVP' network poll mode driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Link status = Y > +Queue start/stop = Y > +Jumbo frame = Y > +Scattered Rx = Y > +Promiscuous mode = Y > +Unicast MAC filter = Y > +VLAN offload = Y > +Basic stats = Y > +Stats per queue = Y > +Linux UIO = Y > +x86-64 = Y Each feature can be added with the patch feature actually implemented, and initial empty version can be part of skeleton patch.