{"id":2116,"url":"https://patchwork.libcamera.org/api/covers/2116/?format=json","web_url":"https://patchwork.libcamera.org/cover/2116/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20191006200852.11775-1-jacopo@jmondi.org>","date":"2019-10-06T20:08:47","name":"[libcamera-devel,v3,0/5] test: Add IPA interface test support","submitter":{"id":3,"url":"https://patchwork.libcamera.org/api/people/3/?format=json","name":"Jacopo Mondi","email":"jacopo@jmondi.org"},"mbox":"https://patchwork.libcamera.org/cover/2116/mbox/","series":[{"id":524,"url":"https://patchwork.libcamera.org/api/series/524/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=524","date":"2019-10-06T20:08:47","name":"test: Add IPA interface test support","version":3,"mbox":"https://patchwork.libcamera.org/series/524/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/2116/comments/","headers":{"Return-Path":"<jacopo@jmondi.org>","Received":["from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net\n\t[217.70.183.198])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 83D0A60E1E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun,  6 Oct 2019 22:07:12 +0200 (CEST)","from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 48A9CC0003\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun,  6 Oct 2019 20:07:12 +0000 (UTC)"],"X-Originating-IP":"2.224.242.101","From":"Jacopo Mondi <jacopo@jmondi.org>","To":"libcamera-devel@lists.libcamera.org","Date":"Sun,  6 Oct 2019 22:08:47 +0200","Message-Id":"<20191006200852.11775-1-jacopo@jmondi.org>","X-Mailer":"git-send-email 2.23.0","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH v3 0/5] test: Add IPA interface test\n\tsupport","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","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":"Sun, 06 Oct 2019 20:07:12 -0000"},"content":"Included Laurent's comment on v2.\nMost notably, moved the ipa_vimc.h header to include/ipa/\n\n\nJacopo Mondi (5):\n  ipa: vimc: Rename ipa_dummy to ipa_vimc\n  test: ipa: Rename the ipa_test to ipa_module_test\n  ipa: meson: Allow IPAs to include internal headers\n  ipa: vimc: Add support for tracing operations\n  test: ipa: Add test for the IPA Interface\n\n include/ipa/ipa_vimc.h                        |  21 +++\n src/ipa/ipa_dummy.cpp                         |  46 ------\n src/ipa/ipa_vimc.cpp                          | 112 ++++++++++++++\n src/ipa/meson.build                           |  18 ++-\n test/ipa/ipa_interface_test.cpp               | 138 ++++++++++++++++++\n .../ipa/{ipa_test.cpp => ipa_module_test.cpp} |   4 +-\n test/ipa/meson.build                          |   3 +-\n 7 files changed, 287 insertions(+), 55 deletions(-)\n create mode 100644 include/ipa/ipa_vimc.h\n delete mode 100644 src/ipa/ipa_dummy.cpp\n create mode 100644 src/ipa/ipa_vimc.cpp\n create mode 100644 test/ipa/ipa_interface_test.cpp\n rename test/ipa/{ipa_test.cpp => ipa_module_test.cpp} (92%)\n\n--\n2.23.0"}