From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id A5030B54A for ; Sun, 22 Feb 2015 02:30:07 +0100 (CET) Received: by mail-wi0-f178.google.com with SMTP id em10so9957951wid.5 for ; Sat, 21 Feb 2015 17:30:07 -0800 (PST) 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=gsMTSSDQjf3NhLM9xbXIh1aDke07zcRk3qdyLWQFzkg=; b=KYfrq8XG/pvXYBlspCa+oulUCd2nko5oHn6zG9N47w0QdqQvNfQxZuaNjhXU/TIG1z xQ3Tg/+2euSdlZn749CrH41jpjoHRVuqbsX+QdqyMdFKUkqP6H7J7rGEoGyN/NnG5k6H NSv5Ba29IPpL0vmWQt93R9nxRs+Usgw8acG3yAM8R9+5EyBC230CR2t+KezbOlDWz85W SNMgOeWEmyI5duibahTbVRr39DqfZ546Tfwc2X5/R0fjeWUhiM7yJn4QPkAx31etMCB+ IdfGMtavoXXQjlr4lQ721qSeVhv6qMoL2u/DN/N0PF06sbd6apRDpQbxsER8ghBE0yCj lzxg== X-Gm-Message-State: ALoCoQkAFXwMGdJZlPJzs77hm74QnEO1NWwBjZ8R6xc09iz96mQab5c/O1Of5sD9ksuJsg4b7NYX X-Received: by 10.181.12.5 with SMTP id em5mr8269699wid.84.1424568607353; Sat, 21 Feb 2015 17:30:07 -0800 (PST) Received: from xps13.localnet (117.114.118.80.rev.sfr.net. [80.118.114.117]) by mx.google.com with ESMTPSA id o7sm9175628wix.12.2015.02.21.17.30.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Feb 2015 17:30:06 -0800 (PST) From: Thomas Monjalon To: Pablo de Lara , "Wu, Jingjing" Date: Sun, 22 Feb 2015 02:29:35 +0100 Message-ID: <2104867.HEzHQQyFIG@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1424483591-25944-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1423973254-605-1-git-send-email-jingjing.wu@intel.com> <1424483591-25944-1-git-send-email-pablo.de.lara.guarch@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 v3 0/5] Integrate flex filter in igb driver to new API 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: Sun, 22 Feb 2015 01:30:07 -0000 2015-02-21 01:53, Pablo de Lara: > The patch set uses new filter_ctrl API to replace old flex filter APIs. > It uses new functions and structure to replace old ones in igb driver, new commands to replace old ones in testpmd, and removes the old APIs. > > v3 changes: > - fix testpmd documentation > > v2 changes: > - split one patch to patch series > - change the command's format in testpmd. > - add doc changes in testpmd_funcs.rst > - correct the errors reported by checkpatch.pl > > Jingjing Wu (5): > ethdev: define flex filter type and its structure > e1000: new functions replace old ones for flex filter > testpmd: new commands for flex filter > ethdev: remove old APIs and structures of flex filter > doc: commands changed in testpmd_funcs for flex filter Applied, thanks. I also updated version map to remove old API.