From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 30751423F2; Mon, 16 Jan 2023 18:54:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 215A740151; Mon, 16 Jan 2023 18:54:16 +0100 (CET) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mails.dpdk.org (Postfix) with ESMTP id C1CD340042 for ; Mon, 16 Jan 2023 18:54:14 +0100 (CET) Received: by mail-pj1-f52.google.com with SMTP id q5so3634577pjh.1 for ; Mon, 16 Jan 2023 09:54:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=iQj9wk6Uk65aNtFJPzl/SBRiFl7A64td7cxJr7H1awE=; b=LuTa3+1uwnwdyYDaHYzmGBdFbhFlwQaup+pDeNush0eb8NahclIN1Km6KRhHMKEJvY UCtea/Bgc7rs1YVzCjDEP8mszjUrSBD4t2daa3XBSWbHmg3ZTf2uZB4oWi0DN0iQm1tp c1tHevMskmvjBcG7P7pzm0x41reUhBwRb1I4El+fbDE0HhZUFeC9zkc4lBCf5WW2zgL+ pGTR896rkyGi50k46vvMMIuFc0cbprBAYjOE8bIaQrJLpCpdAK5vh39xhfpXfub+dPx2 n9rFP4zl+0X5AIqSXaSoNxVfHt76RSQXixGvDPdvVP+1qTn4KmrWN/y90PHyJYTriHb5 hi6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=iQj9wk6Uk65aNtFJPzl/SBRiFl7A64td7cxJr7H1awE=; b=1lOwrk5sSyVRxkH/nwPQT8HeNZgCB1nrthTdLY5cqkLE2h9H2h6GuniJkuNgb8bz0x SOjEINe/EewC48PH8BVv1hXDfmdAe+u5kcdbhtT8ImtpvddaRv0pDR46UyDSY4VTp8XU iVtoNq36Ge+I/B8LyvpqmcMo+ibNO5nIJo55YY5Gw0LA8YHxvhPu1RoDLr6zhBB4aIs0 0CmwGaxIuS2M3ohuvUeaDgKUcKfSG3XRGpotcQZ8Hp66J8imi/BbIoVoai3scCp/8Zgo vsRHE5z7buKc+argpA9jnyydgOkQeB0CcCgwYvYszQKjgqQkjAjjlR//mThpjhfRbjkv a0GA== X-Gm-Message-State: AFqh2kqsNDG6BBgOXsLh8owA2F/ssegeGldc1sw7PVJfaHfvtiU89DvG pnMIQa9yPqYVap31sdqRkSw50A== X-Google-Smtp-Source: AMrXdXscW7Q7snczWqBgvkhECq8bA3LCtYO7+38U3bd7PVveCjPQ0TiUI/QAqTSBBzxywGl99NeRSA== X-Received: by 2002:a17:902:c1c9:b0:193:3678:dc3e with SMTP id c9-20020a170902c1c900b001933678dc3emr22462922plc.21.1673891653967; Mon, 16 Jan 2023 09:54:13 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id j14-20020a170903024e00b00189667acf19sm19628931plh.95.2023.01.16.09.54.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Jan 2023 09:54:13 -0800 (PST) Date: Mon, 16 Jan 2023 09:54:11 -0800 From: Stephen Hemminger To: Vipin P R Cc: anatoly.burakov@intel.com, dev@dpdk.org, stable@dpdk.org Subject: Re: [PATCH] Memory Allocation: Adding a new UT for fb_array Message-ID: <20230116095411.3ed168eb@hermes.local> In-Reply-To: <1673615567-20873-2-git-send-email-vipinp@vmware.com> References: <1673615567-20873-1-git-send-email-vipinp@vmware.com> <1673615567-20873-2-git-send-email-vipinp@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, 13 Jan 2023 13:12:47 +0000 Vipin P R wrote: > add test case coverage to cover the ms_idx jump > > Cc: stable@dpdk.org > > Signed-off-by: Vipin P R > Acked-by: Kumara Parameshwaran > --- > Depends-on: 0001-Memory-Allocation-Fixes-ms_idx-jump-lookahead-during.patch > Depends-on: 0002-Memory-Allocation-Fixes-ms_idx-jump-lookbehind-durin.patch This looks like a good idea but lots of style errors on this patch. Please run checkpatch, fix and resubmit.