Message ID | 20221128203647.1198669-1-jacob.e.keller@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | support direct read from region | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Mon, 28 Nov 2022 12:36:38 -0800 you wrote: > Changes since v2: > * Picked up ack/review tags > * Added DEVLINK_ATTR_REGION_DIRECT so userspace must be explicit > * Fixed the capitalization of netlink error messages > > Changes since v1: > * Re-ordered patches at the beginning slightly, pulling min_t change and > reporting of extended error messages to the start of the series. > * use NL_SET_ERR_MSG_ATTR for reporting invalid attributes > * Use kmalloc instead of kzalloc > * Cleanup spacing around data_size > * Fix the __always_unused positioning > * Update documentation for direct reads to clearly explain they are not > atomic for larger reads. > * Add a patch to fix missing documentation for ice.rst > * Mention the direct read support in ice.rst documentation > > [...] Here is the summary with links: - [net-next,v3,1/9] devlink: use min_t to calculate data_size https://git.kernel.org/netdev/net-next/c/28e0c250f17a - [net-next,v3,2/9] devlink: report extended error message in region_read_dumpit() https://git.kernel.org/netdev/net-next/c/611fd12ce0fb - [net-next,v3,3/9] devlink: find snapshot in devlink_nl_cmd_region_read_dumpit https://git.kernel.org/netdev/net-next/c/e004ea10599d - [net-next,v3,4/9] devlink: remove unnecessary parameter from chunk_fill function https://git.kernel.org/netdev/net-next/c/284e9d1ebbe2 - [net-next,v3,5/9] devlink: refactor region_read_snapshot_fill to use a callback function https://git.kernel.org/netdev/net-next/c/2d4caf0988bd - [net-next,v3,6/9] devlink: support directly reading from region memory https://git.kernel.org/netdev/net-next/c/af6397c9ee2b - [net-next,v3,7/9] ice: use same function to snapshot both NVM and Shadow RAM https://git.kernel.org/netdev/net-next/c/ed23debec5d1 - [net-next,v3,8/9] ice: document 'shadow-ram' devlink region https://git.kernel.org/netdev/net-next/c/2d0197843f9e - [net-next,v3,9/9] ice: implement direct read for NVM and Shadow RAM regions https://git.kernel.org/netdev/net-next/c/3af4b40b0f2f You are awesome, thank you!