Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/1197/?format=api
{ "id": 1197, "url": "https://patchwork.libcamera.org/api/1.1/covers/1197/?format=api", "web_url": "https://patchwork.libcamera.org/cover/1197/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190511111115.16727-1-niklas.soderlund@ragnatech.se>", "date": "2019-05-11T11:11:10", "name": "[libcamera-devel,v2,0/5] test: v4l2_device: Cleanups and a small speed increase", "submitter": { "id": 5, "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api", "name": "Niklas Söderlund", "email": "niklas.soderlund@ragnatech.se" }, "mbox": "https://patchwork.libcamera.org/cover/1197/mbox/", "series": [ { "id": 304, "url": "https://patchwork.libcamera.org/api/1.1/series/304/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=304", "date": "2019-05-11T11:11:10", "name": "test: v4l2_device: Cleanups and a small speed increase", "version": 2, "mbox": "https://patchwork.libcamera.org/series/304/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/1197/comments/", "headers": { "Return-Path": "<niklas.soderlund@ragnatech.se>", "Received": [ "from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net\n\t[195.74.38.227])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id C2BD160E4F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 11 May 2019 13:11:37 +0200 (CEST)", "from localhost.localdomain (unknown [185.224.57.161])\n\tby bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA\n\tid 834fe65d-73dd-11e9-81fd-0050569116f7;\n\tSat, 11 May 2019 13:11:27 +0200 (CEST)" ], "X-Halon-ID": "834fe65d-73dd-11e9-81fd-0050569116f7", "Authorized-sender": "niklas@soderlund.pp.se", "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Sat, 11 May 2019 13:11:10 +0200", "Message-Id": "<20190511111115.16727-1-niklas.soderlund@ragnatech.se>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v2 0/5] test: v4l2_device: Cleanups and a\n\tsmall speed increase", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "X-List-Received-Date": "Sat, 11 May 2019 11:11:38 -0000" }, "content": "Hi,\n\nThis series started as an itch to speed up the tests as I run them quiet\noften and find them useful, and resulted in a bit of a clean up as well.\nIt depends on [1].\n\nWith this applied I shave almost 7 seconds of the v4l2 device tests\nwhich is nice!\n\n1. [PATCH v3 00/11] libcamerea: Add support for exclusive access to\n cameras between processes\n\nNiklas Söderlund (5):\n test: v4l2_device: Order class sections\n test: v4l2_device: Implement functions inside class definition in cpp\n files\n test: v4l2_device: Allow each test to specify which device and entity\n to test\n test: v4l2_device: Reset media links and set a resolution\n test: v4l2_device: Switch most tests to vimc\n\n test/v4l2_device/buffer_sharing.cpp | 21 +++++----\n test/v4l2_device/capture_async.cpp | 2 +-\n test/v4l2_device/double_open.cpp | 3 ++\n test/v4l2_device/formats.cpp | 61 ++++++++++++++-------------\n test/v4l2_device/request_buffers.cpp | 4 ++\n test/v4l2_device/stream_on_off.cpp | 3 ++\n test/v4l2_device/v4l2_device_test.cpp | 28 ++++++++++--\n test/v4l2_device/v4l2_device_test.h | 6 ++-\n 8 files changed, 80 insertions(+), 48 deletions(-)" }