It could be possible but we don't have any example out of the SDK.
In case you are interested, Linux SDK supports Jumbo frame size up to 9.6KB. The driver has the option to allocate Rx buffers large enough to accommodate the entire frame(of max 9.6K).
In addition to enabling this feature(FSL_DPAA_ETH_JUMBO_FRAME) from menuconfig, the user is required to set the L2 maximum frame size to 9600, otherwise the configuration is not valid. This can be achieved by either setting fsl_fm_max_frm=9600 in the bootargs, or configuring CONFIG_FSL_FM_MAX_FRAME_SIZE from menuconfig.