From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] lpm: remove redundant check when adding lpm rule Date: Tue, 02 Aug 2016 23:36:41 +0200 Message-ID: <7643576.4dP007pDNR@xps13> References: <1470059264-29772-1-git-send-email-wei.dai@intel.com> <1470103765-18226-1-git-send-email-wei.dai@intel.com> <20160802160410.GC17728@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Wei Dai To: Bruce Richardson Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id A0BB92C06 for ; Tue, 2 Aug 2016 23:36:43 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id o80so308989777wme.1 for ; Tue, 02 Aug 2016 14:36:43 -0700 (PDT) In-Reply-To: <20160802160410.GC17728@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-08-02 17:04, Bruce Richardson: > Having to make this change twice shows up the fact that we are still carrying > around some version changes for older releases. Given that we are now past the > 16.07 release, the old code can probably be removed. Any volunteers to maybe > do up a patch for that. The first step would be to announce an ABI breakage. Do you plan to do other breaking changes? We may try to group them.