From patchwork Tue Oct 27 22:13:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 82381 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 015C1A04B5; Tue, 27 Oct 2020 23:14:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 33D4A2BDB; Tue, 27 Oct 2020 23:13:58 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id F3D9A2BD3 for ; Tue, 27 Oct 2020 23:13:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603836834; 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; bh=qH4nGFNLtF88GTa4EfclVa9OTNK9k7XCMYbGiNRRkTM=; b=X1d3YuSVL3aqgAATc0r7tY/iq98ftScUShbKrZ7Mu9Q/KV4O/tTLLykGL5RvI/vglesIOy 0RNR2MS2nsB2AxJEM5Y0gcEjVIxaJZBA2nXtXGH5pDVYt8yVSCyJaGYwMr4P+/Nlqrs7aa wDNxvnKiIyMbpjJf/VNAknbV8PRgmdI= 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-566-N3v5CjyxONe2fLDuxUE0sg-1; Tue, 27 Oct 2020 18:13:51 -0400 X-MC-Unique: N3v5CjyxONe2fLDuxUE0sg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 45BFBEC501 for ; Tue, 27 Oct 2020 22:13:50 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.192.40]) by smtp.corp.redhat.com (Postfix) with ESMTP id A1E3B5C1BB for ; Tue, 27 Oct 2020 22:13:49 +0000 (UTC) From: David Marchand To: dev@dpdk.org Date: Tue, 27 Oct 2020 23:13:35 +0100 Message-Id: <20201027221343.28551-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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 0/8] 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 v3 series [1] and drops the seqn field that had been deprecated. 1: https://patchwork.dpdk.org/project/dpdk/list/?series=13393