From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 3794E11F5 for ; Fri, 4 Sep 2015 09:52:03 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so8782974wic.0 for ; Fri, 04 Sep 2015 00:52:03 -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:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=yxS7o7c8JvMgjAjO+zY0Bck9TFx+12sgycxItQ5bSc0=; b=Q35pBHqKqtW6VE9rSGAU2BXKC4RczH7pDg5vc0XYGgHbUyCU73cLoi0DTDa2Yan7DH DJoNWJO6WpZVKg6t+kLHKn8fRZnmSFaivI00ROXaC8pWOQNW6OfDUZw6rkWo4B7rP21A QY7mnLBdz2zOxlROqXItsWo0HdxiotvhGCWhKb6Ujoj3Ab2UK8JEKcQb444iH8OSav8F +VEayVp3lh6kMNfGHiUG2TXfXsqgr/EHf9wKuO4DbN4Igo4SqZfeRYV+fGslwZNTlo8u kc2Z1xx+Fa2whEGiH5pCNVTNZlf33TF0HDtmVBZbJFefG/k6rKPmerMnNMY2EqwKokXf ZNWQ== X-Gm-Message-State: ALoCoQmBRvALzJfuoOs/P4I2CzppDUAfu96LKPOsVTnqp3Qitk6pQtoz883cYYRvoAr1LME0D86X X-Received: by 10.194.103.130 with SMTP id fw2mr4748968wjb.121.1441353123117; Fri, 04 Sep 2015 00:52:03 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id uo6sm2474228wjc.1.2015.09.04.00.52.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Sep 2015 00:52:02 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 04 Sep 2015 09:50:53 +0200 Message-ID: <1953676.T450uL0Zc8@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1441199803-27055-1-git-send-email-thomas.monjalon@6wind.com> References: <1441138697-25157-1-git-send-email-thomas.monjalon@6wind.com> <1441199803-27055-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 00/10] clean deprecated code 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, 04 Sep 2015 07:52:03 -0000 2015-09-02 15:16, Thomas Monjalon: > Before starting a new integration cycle (2.2.0-rc0), > the deprecated code is removed. > > The hash library is not cleaned in this patchset and would be > better done by its maintainers. Bruce, Pablo, please check the > file doc/guides/rel_notes/deprecation.rst. > > Changes in v2: > - increment KNI and ring PMD versions > - list library versions in release notes > - list API/ABI changes in release notes > > Stephen Hemminger (2): > kni: remove deprecated functions > ring: remove deprecated functions > > Thomas Monjalon (8): > doc: init next release notes > ethdev: remove Rx interrupt switch > mbuf: remove packet type from offload flags > ethdev: remove SCTP flow entries switch > eal: remove deprecated function > mem: remove dummy malloc library > lpm: remove deprecated field > acl: remove old API Applied