From patchwork Wed Oct 28 12:20:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 82643 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 34BF8A04DD; Wed, 28 Oct 2020 13:20:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C493CA41; Wed, 28 Oct 2020 13:20:38 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id D5DBFCA38 for ; Wed, 28 Oct 2020 13:20:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603887632; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PqoCk8gI9WCToHoe3qanwCovLx0SL/dZZgCIEjeSQrI=; b=SoGW9mbM31GhmaCCwivSj4X+PEVYER2OUMhrEXKaapvUDYckE8I7g37yjKAox8HBD/b6fw 4u2AxjXde+NhDhc+obii2O+zXwzR335Xdku39QSsV2lEK+gWI8ggWt7gVuA55sAI5P5sos cq1ohgPhhdSWHM+uymNtzepntfzA4xI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-383-keI3WsNDPA22jcGNlYCPgg-1; Wed, 28 Oct 2020 08:20:27 -0400 X-MC-Unique: keI3WsNDPA22jcGNlYCPgg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 77B52801FD8 for ; Wed, 28 Oct 2020 12:20:26 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.192.40]) by smtp.corp.redhat.com (Postfix) with ESMTP id D3D5910013DB for ; Wed, 28 Oct 2020 12:20:25 +0000 (UTC) From: David Marchand To: dev@dpdk.org Date: Wed, 28 Oct 2020 13:20:04 +0100 Message-Id: <20201028122013.31104-1-david.marchand@redhat.com> In-Reply-To: <20201027221343.28551-1-david.marchand@redhat.com> References: <20201027221343.28551-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: [dpdk-dev] [PATCH v2 0/9] remove mbuf seqn 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Followup on the work started by Thomas to free some space in the mbuf structure. This series applies on top of Thomas v4 series [1] and drops the seqn field that had been deprecated. 1: https://patchwork.dpdk.org/project/dpdk/list/?series=13416